Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class / TypedValue Property

In This Topic
    TypedValue Property (PropertyWrapper<T>)
    In This Topic
    Gets or sets the value of the current value type being shown in the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Public Property TypedValue As T
    public T TypedValue {get; set;}
    See Also